Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Item Property
The key of the value to get or set.

In This Topic
    Item Property (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Gets or sets the value associated with the specified key.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal key As TKey _
    ) As TValue
    public TValue this[ 
       TKey key
    ]; {get; set;}

    Parameters

    key
    The key of the value to get or set.
    See Also